paperSize

abstract fun paperSize(paperSize: PaperSize): T

Configures the paper size for printing.

Return

this instance

Parameters

paperSize

the new paper size value

See also

Throws

if the current printing operation has been completed


abstract fun paperSize(): PaperSize

Returns the paper size used by the printer.

Throws

if the current printing operation has been completed